import pandas as pd
from pandas_profiling import ProfileReport
df = pd.read_csv("../data/raw/archive.zip")
profile = ProfileReport(df, title="Pandas Profiling Report")
profile
Summarize dataset: 100%|██████████| 23/23 [00:16<00:00, 1.44it/s, Completed] Generate report structure: 100%|██████████| 1/1 [00:05<00:00, 5.36s/it] Render HTML: 100%|██████████| 1/1 [00:03<00:00, 3.92s/it]